home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / glob / Makefile.in < prev   
Encoding:
Makefile  |  1997-09-19  |  6.9 KB  |  274 lines

  1. # Makefile.in generated automatically by automake 1.2 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. # -*-Makefile-*-, or close enough
  8.  
  9.  
  10. SHELL = /bin/sh
  11.  
  12. srcdir = @srcdir@
  13. top_srcdir = @top_srcdir@
  14. VPATH = @srcdir@
  15. prefix = @prefix@
  16. exec_prefix = @exec_prefix@
  17.  
  18. bindir = @bindir@
  19. sbindir = @sbindir@
  20. libexecdir = @libexecdir@
  21. datadir = @datadir@
  22. sysconfdir = @sysconfdir@
  23. sharedstatedir = @sharedstatedir@
  24. localstatedir = @localstatedir@
  25. libdir = @libdir@
  26. infodir = @infodir@
  27. mandir = @mandir@
  28. includedir = @includedir@
  29. oldincludedir = /usr/include
  30.  
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34.  
  35. top_builddir = .
  36.  
  37. ACLOCAL = @ACLOCAL@
  38. AUTOCONF = @AUTOCONF@
  39. AUTOMAKE = @AUTOMAKE@
  40. AUTOHEADER = @AUTOHEADER@
  41.  
  42. INSTALL = @INSTALL@
  43. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  44. INSTALL_DATA = @INSTALL_DATA@
  45. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  46. transform = @program_transform_name@
  47.  
  48. NORMAL_INSTALL = true
  49. PRE_INSTALL = true
  50. POST_INSTALL = true
  51. NORMAL_UNINSTALL = true
  52. PRE_UNINSTALL = true
  53. POST_UNINSTALL = true
  54. AR = @AR@
  55. CC = @CC@
  56. CPP = @CPP@
  57. MAKEINFO = @MAKEINFO@
  58. PACKAGE = @PACKAGE@
  59. RANLIB = @RANLIB@
  60. VERSION = @VERSION@
  61.  
  62. AUTOMAKE_OPTIONS =    1.2 foreign
  63.  
  64. noinst_LIBRARIES =    libglob.a
  65.  
  66. libglob_a_SOURCES =    glob.c glob.h fnmatch.c fnmatch.h
  67.  
  68. EXTRA_DIST =        COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
  69.             configure.bat
  70. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  71. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  72. CONFIG_CLEAN_FILES = 
  73. LIBRARIES =  $(noinst_LIBRARIES)
  74.  
  75.  
  76. DEFS = @DEFS@ -I. -I$(srcdir) 
  77. CPPFLAGS = @CPPFLAGS@
  78. LDFLAGS = @LDFLAGS@
  79. LIBS = @LIBS@
  80. libglob_a_LIBADD = 
  81. libglob_a_OBJECTS =  glob.o fnmatch.o
  82. CFLAGS = @CFLAGS@
  83. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  84. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  85. DIST_COMMON =  COPYING.LIB ChangeLog Makefile.am Makefile.in aclocal.m4 \
  86. configure configure.in
  87.  
  88.  
  89. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  90.  
  91. TAR = gtar
  92. GZIP = --best
  93. SOURCES = $(libglob_a_SOURCES)
  94. OBJECTS = $(libglob_a_OBJECTS)
  95.  
  96. default: all
  97.  
  98. .SUFFIXES:
  99. .SUFFIXES: .c .o
  100. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  101.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  102.  
  103. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  104.     cd $(top_builddir) \
  105.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  106.  
  107. $(ACLOCAL_M4):  configure.in 
  108.     cd $(srcdir) && $(ACLOCAL)
  109.  
  110. config.status: $(srcdir)/configure
  111.     $(SHELL) ./config.status --recheck
  112. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  113.     cd $(srcdir) && $(AUTOCONF)
  114.  
  115. mostlyclean-noinstLIBRARIES:
  116.  
  117. clean-noinstLIBRARIES:
  118.     test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  119.  
  120. distclean-noinstLIBRARIES:
  121.  
  122. maintainer-clean-noinstLIBRARIES:
  123.  
  124. .c.o:
  125.     $(COMPILE) -c $<
  126.  
  127. mostlyclean-compile:
  128.     rm -f *.o core
  129.  
  130. clean-compile:
  131.  
  132. distclean-compile:
  133.     rm -f *.tab.c
  134.  
  135. maintainer-clean-compile:
  136.  
  137. libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES)
  138.     rm -f libglob.a
  139.     $(AR) cru libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
  140.     $(RANLIB) libglob.a
  141.  
  142. tags: TAGS
  143.  
  144. ID: $(HEADERS) $(SOURCES)
  145.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  146.  
  147. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  148.     tags=; \
  149.     here=`pwd`; \
  150.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  151.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
  152.  
  153. mostlyclean-tags:
  154.  
  155. clean-tags:
  156.  
  157. distclean-tags:
  158.     rm -f TAGS ID
  159.  
  160. maintainer-clean-tags:
  161.  
  162. distdir = $(PACKAGE)-$(VERSION)
  163. top_distdir = $(distdir)
  164.  
  165. # This target untars the dist file and tries a VPATH configuration.  Then
  166. # it guarantees that the distribution is self-contained by making another
  167. # tarfile.
  168. distcheck: dist
  169.     rm -rf $(distdir)
  170.     GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
  171.     mkdir $(distdir)/=build
  172.     mkdir $(distdir)/=inst
  173.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  174.     cd $(distdir)/=build \
  175.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  176.       && $(MAKE) \
  177.       && $(MAKE) dvi \
  178.       && $(MAKE) check \
  179.       && $(MAKE) install \
  180.       && $(MAKE) installcheck \
  181.       && $(MAKE) dist
  182.     rm -rf $(distdir)
  183.     @echo "========================"; \
  184.     echo "$(distdir).tar.gz is ready for distribution"; \
  185.     echo "========================"
  186. dist: distdir
  187.     -chmod -R a+r $(distdir)
  188.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  189.     rm -rf $(distdir)
  190. dist-all: distdir
  191.     -chmod -R a+r $(distdir)
  192.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  193.     rm -rf $(distdir)
  194. distdir: $(DISTFILES)
  195.     rm -rf $(distdir)
  196.     mkdir $(distdir)
  197.     -chmod 777 $(distdir)
  198.     @for file in $(DISTFILES); do \
  199.       d=$(srcdir); \
  200.       test -f $(distdir)/$$file \
  201.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  202.       || cp -p $$d/$$file $(distdir)/$$file; \
  203.     done
  204. fnmatch.o fnmatch.lo: fnmatch.c fnmatch.h
  205. glob.o glob.lo: glob.c fnmatch.h glob.h
  206.  
  207. info:
  208. dvi:
  209. check: all
  210.     $(MAKE)
  211. installcheck:
  212. install-exec: 
  213.     @$(NORMAL_INSTALL)
  214.  
  215. install-data: 
  216.     @$(NORMAL_INSTALL)
  217.  
  218. install: install-exec install-data all
  219.     @:
  220.  
  221. uninstall: 
  222.  
  223. all: Makefile $(LIBRARIES)
  224.  
  225. install-strip:
  226.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  227. installdirs:
  228.  
  229.  
  230. mostlyclean-generic:
  231.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  232.  
  233. clean-generic:
  234.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  235.  
  236. distclean-generic:
  237.     rm -f Makefile $(DISTCLEANFILES)
  238.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  239.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  240.  
  241. maintainer-clean-generic:
  242.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  243.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  244. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  245.         mostlyclean-tags mostlyclean-generic
  246.  
  247. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  248.         mostlyclean
  249.  
  250. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  251.         distclean-generic clean
  252.     rm -f config.status
  253.  
  254. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  255.         maintainer-clean-compile maintainer-clean-tags \
  256.         maintainer-clean-generic distclean
  257.     @echo "This command is intended for maintainers to use;"
  258.     @echo "it deletes files that may require special tools to rebuild."
  259.     rm -f config.status
  260.  
  261. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  262. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  263. mostlyclean-compile distclean-compile clean-compile \
  264. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  265. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  266. install-exec install-data install uninstall all installdirs \
  267. mostlyclean-generic distclean-generic clean-generic \
  268. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  269.  
  270.  
  271. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  272. # Otherwise a system limit (for SysV at least) may be exceeded.
  273. .NOEXPORT:
  274.